search tokens

This block is part of the session management group and was last modified in core v12.0.7.

search tokens v12.0.7

Find existing access tokens by query, without exposing the token itself.

In pins 1 + flow
  • flow
    flow
  • query required
    query
Out pins 2 + flow
  • flow
    flow
  • matches
    array<object>
  • hits
    number

A typical wiring for search tokens: filter feeds the query pin; the flow out pin feeds foreach; the matches out pin feeds select fields.

Studio canvas example for the search tokens block: typical wiring for search tokens.

Commonly used with

In production blueprints, this block is most often wired together with:

  • filter: feeds into this block. Build a custom query using higher-level bool query.
  • foreach: this block feeds into it.
  • create: feeds into this block. Creates a new function that can be executed using the given name.
  • select fields: this block feeds into it. Filters all other fields from the objects in this array.
  • branch: this block feeds into it.
  • >=: this block feeds into it. returns true if the number is higher or equal.

Version history

Introduced in v12.0.7.


Back to session management Return to the main group to view all sub-groups Back to session management Return to the group to view all blocks within this group